Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NMediaSelector Class / NMediaSelector Constructor / NMediaSelector Constructor(ENMediaType[])


In This Topic
    NMediaSelector Constructor(ENMediaType[])
    In This Topic
    Creates a media selector that matches medias of any of the specified media types.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray mediaTypes() As ENMediaType _
    )
    'Usage
     
    
    Dim mediaTypes() As ENMediaType
     
    Dim instance As New NMediaSelector(mediaTypes)
    public NMediaSelector( 
       params ENMediaType[] mediaTypes
    )

    Parameters

    mediaTypes
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also